home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Sample Controls
/
BDiamond
/
FnAssert.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-20
|
277 b
|
13 lines
|
[
TEXT/CWIE
]
///////////////////////////////////////////////////////////////////////////////
//
// This file is a BDIAMOND addition.
//
#ifndef __FnAssert_h__
#define __FnAssert_h__
#ifdef _DEBUG
void ASSERT(Boolean expression, char * lpstrMsg);
#endif // _DEBUG
#endif // __FnAssert_h__